Use PESetNthAlertConditionFormula to set the condition formula for the specified Report Alert associated with the print job.
BOOL CRPE_API PESetNthAlertConditionFormula (short printJob, short alertN, constant char FAR * formula);
The condition formula can be based on recurring records or on summary fields, but cannot be based on print
Declare Function PESetNthAlertConditionFormula Lib "crpe32.dll" (ByVal printJob%, ByVal alertN%, formula As String) As Integer
function PESetNthAlertConditionFormula( printJob : Smallint; alertN : Smallint; const formula : PCHAR) : boolean stdcall;
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |